| 1. | To convert the exceptions into meaningful unchecked exceptions )将异常转换为有意义的( unchecked )异常。 |
| 2. | It does not guard against the plug - in throwing any unchecked exceptions 它并不防备抛出任何未查出异常的插件。 |
| 3. | With unchecked exceptions , we don t have that crutch to lean on 对于非检查型异常,我们则没有这个支撑可以依靠。 |
| 4. | When using unchecked exceptions , also remember that you may need to use 使用非检查型异常时还要记住,即使您并不捕获任何异常,也可能需要使用 |
| 5. | Unlike c , though , the java language supports both checked and unchecked exceptions 但是,与c + +不一样的是, java语言支持检查型和非检查型异常。 |
| 6. | In this article , brian goetz looks at the pros and cons of using unchecked exceptions 在本文中, brian goetz考察了关于使用非检查型异常的优缺点。 |
| 7. | From " the java tutorial " outlines the official position on checked versus unchecked exceptions 的一节中列举了关于检查型以及非检查型异常的官方立场。 |
| 8. | Johnson suggests making the decision between checked and unchecked exceptions on a package - by - package basis Johnson建议在每个包的基础上选择检查型和非检查型异常。 |
| 9. | In a similar scenario , you might run across an application throwing an unchecked exception say , a subclass of 在类似的场景中,您可能遇到应用程序抛出未检查的异常(比如像 |
| 10. | Another way that listeners can make trouble for unwary event sources is throwing an unchecked exception 对于不小心的事件源,侦听器会造成麻烦的另一个方式是:抛出未检测的异常。 |